home *** CD-ROM | disk | FTP | other *** search
/ Atari Gold / Atari Gold.iso / e_backup / eb_1_54 / chkdisk3 / chkdisk3.txt < prev   
Encoding:
Text File  |  1993-10-08  |  4.4 KB  |  137 lines

  1.      ATARI CHKDISK3 DOCUMENTATION
  2.  
  3.                                                    April 22, 1990
  4.   
  5.  
  6. WARNING!! CHKDISK3 has not been through heavy testing and you use 
  7. this program at your own risk. Proceed with caution. Back up your 
  8. disks (especially hard disks) BEFORE you use CHKDISK3. This is a 
  9. powerful tool which can fix damaged disks, but if it's misused, 
  10. it can also damage good disks.
  11.  
  12.      The Atari CHKDISK3 program is a utility that analyzes a 
  13. disk's file structure and does all of the necessary fixes. Before 
  14. you use the program, you should have some basic knowledge about 
  15. the disk and file structure.
  16.  
  17.      On the surface of each disk are invisible rings called 
  18. tracks. The number of tracks on a hard drive depends on the size 
  19. an type of the drive. A blank disk must be formatted in order to 
  20. create these tracks. Each track is divided into many small 
  21. fragments called sectors. Each track has sectors. Several sectors 
  22. linked together are called a cluster. Directories and files are 
  23. stored into data clusters. Some files may occupy one cluster and 
  24. some may occupy more depending on the size of each file. To keep 
  25. track of the status of each cluster, the disk contains a structure 
  26. called a File Allocation Table (FAT). The FAT records which clusters 
  27. are in use, which ones are free and which ones are physically 
  28. damaged. A cluster which is logically allocated but has no file 
  29. actually using it is called a "Lost Cluster". A cluster which is 
  30. shared by two or more different files is called a "Doubly Used 
  31. Cluster". A damaged cluster is called a "Bad Cluster".
  32.  
  33.  
  34.                          USING CHKDISK3
  35.  
  36. You must specify the drive id and pathname for some options. Here 
  37. are descriptions of all of the functions: 
  38.  
  39.  
  40. FILE:
  41.  
  42.  
  43. * Edit File
  44.  
  45.      Use this function to edit the clusters containing the 
  46.      current file.
  47.  
  48. Att = Attributes ORing the following values:
  49.      x00 normal file
  50.      x01 read only
  51.      x02 hidden from directory search
  52.      x04 set to system, hidden
  53.      x08 eleven-byte volume label
  54.      x10 subdirectory
  55.      x20 archive bit set
  56.  
  57. Clusters = the number of the starting cluster
  58. * Analyse FAT
  59.  
  60.      This function scans through the disk and checks all of the 
  61. clusters' allocation information. If it finds any Lost, Doubly 
  62. Used, or Bad clusters, they are shown by using three different 
  63. lines. The actual clusters number can be checked by clicking the 
  64. arrows to scroll the window. Any Lost cluster can be recovered 
  65. immediately by clicking the [Recover] button. Doubly Used 
  66. clusters mean that the disk is logically damaged. Back up the 
  67. disk (or partition) immediately and use HDX to reformat it.
  68.  
  69.  
  70. * Show FAT map
  71.  
  72.      Show clusters' allocation map. On a colour monitor, different 
  73. colour dots indicate non-contiguous clusters.
  74.  
  75.  
  76. * Compress Disk
  77.  
  78.      This function compresses the current disk and frees up any 
  79. Lost clusters. The Disk is compressed by removing empty clusters 
  80. between allocated clusters. This function first analyzes the 
  81. disk, then a second box comes up for the final confirmation. 
  82. There is a percentage-completed chart to inform you about the 
  83. progress of the compression. If the disk is badly fragmented, it 
  84. may take a long time to do the compression.
  85.  
  86.  
  87.      Warning! Do not attempt to change the disk while inside this 
  88.     function. 
  89.  
  90.  
  91. * Edit FAT table
  92.  
  93.      Allows you to edit the cluster links of the FAT table.
  94.  
  95.  
  96. * Edit Disk Sectors
  97.  
  98.      Edit any sectors. The data is shown in hexdecimal form.
  99.  
  100.      F1 - Drive/Unit. Drive: a-z. Unit: 0-9
  101.      F2 - Logical sector number to edit
  102.      F3 - Absolute sector to edit
  103.      F4 - Use the second FAT
  104.      F5 - Edit root directory
  105.      F6 - Go to previous sector
  106.      F7 - Go to next sector
  107.      F8 - Save edited sectors
  108.      F9 - Hex or decimal input of sector number
  109.      F10- Exit
  110.  
  111. MISC
  112.  
  113.  
  114. * Force Media Change
  115.  
  116.      Force CHKDISK3 to read in the BPB again. This is useful 
  117. after editing the FAT or sectors.
  118.  
  119.  
  120. * Help
  121.  
  122.      Show the help menu
  123.  
  124. -- NOTE ---- NOTE ---- NOTE ---- NOTE ---- NOTE ---- NOTE ---- NOTE --
  125.  
  126. Use this program at your own risk and take it 'as it is'.
  127.  
  128. This program is not Public Domain (Atari owns the rights) but you may 
  129. upload it into other Mailboxes and as long as you don't ask money for 
  130. it and you don't edit/patch it.
  131.  
  132. Wilfred Kilwinger
  133. Support Manager
  134. Atari Benelux,
  135. International Support Center
  136.  
  137.